PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextLine Class


In This Topic
    PDFTextLine Class Methods
    In This Topic

    For a list of all members of this type, see PDFTextLine members.

    Public Methods
     NameDescription
    Public MethodGets the display coordinates of the line corners.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left. These corners match the text baseline for the lower corners. The method considers the font's Descent for the lower corners.  
    Public MethodGets the text.  
    Public MethodGets the text runs.  
    Public MethodGets the typographic coordinates of the line corners.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left. The typographic corners consider the font's Descent for the lower corners. The method considers the text baseline for the lower corners.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodReturns a string that represents the current Object.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also